feat: add PaperReader v0.2 plugin — 超文本递归阅读器 #194
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PaperReader v0.2 — 超文本递归阅读插件
功能概述
将超长 PDF/文档转为可递归阅读的分块工件,适用于学术论文、技术报告、书籍章节、法律文书等各类长文档。
架构
命令
IngestPDFReadSkeletonReadDeepQuery文件清单
依赖
adm-zip(新增,用于解压 MinerU 返回的 zip)axios、pdf-parse、@dqbd/tiktoken、dotenv(已有)配置
复制
config.env.example为config.env,填入MINERU_API_TOKEN(可选,不填自动降级)和PaperReaderModel。